home *** CD-ROM | disk | FTP | other *** search
/ Widget Workshop - The Mad Scientist's Laboratory / Widget Workshop - A Mad Scientist's Laboratory (1996)(Maxis)[Mac-PC].iso / pc / win95 / widget / widget.ini < prev    next >
INI File  |  1995-08-28  |  2KB  |  81 lines

  1. ; Example ini file for Widget Workshop
  2. ; by Helg
  3.  
  4. [Widget Workshop]
  5. ;WidgetHome=C:\BIN\
  6. ;Equivalents of command line switches
  7. ;NoCheckDlgLen=1
  8. ;NoSoundPlease=1
  9. ;NoIntroPlease=1
  10. ;AltMousePlease=1
  11. ;NoWinGPlease=1
  12. ;UseWinGPlease=1
  13. ;No3DControlsPlease=1
  14. ;Allow16ColorsPlease=1
  15. ;NoWarnNon256ColorsPlease=1
  16. ;MonochromePlease=1
  17. ;WWGADGET=e:\widget\outr\wwgadget.dll
  18. ;WWSOUND=e:\widget\outr\wwsound.dll
  19.  
  20. [general]
  21. ; if ShowDevices exists and is non-zero then will display wave out devices and other stuff
  22. ;
  23. ; ShowDevices=0  : default
  24. ; ShowDevices=1     : show output from waveOutGetDevCaps
  25. ShowDevices=1
  26.  
  27. ; if WaveOutDevice exists it should be between zero and one less num devices
  28. ; the default is WAVE_MAPPER
  29. ;
  30. ; WaveOutDevice=0 : use the first device (default)
  31. ; WaveOutDevice=1 : use the second device
  32. ; WaveOutDevice=-1: use WAVE_MAPPER (will use [Unknow Device] setttings)
  33. ;
  34. ;
  35. WaveOutDevice=0
  36.  
  37. ; Wavemix will detect if it is running on a 286 and not use any 386 instructions
  38. ; you can force it to use the 286 only code on a 386 by setting cmixit=1
  39. ; cmixit=0 (default)
  40. ; cmixit=1 uses only 286 code (even on a 386 or >)
  41.  
  42. [default]
  43. ; Remix=1 = ResetRemix()
  44. ; Remix=2 = NoResetRemix()
  45. ; default=1
  46. ;Remix=1
  47. Remix=2
  48. ; GoodWavePos=0 = uses timeGetTime() (default)
  49. ; GoodWavePos=1 = uses waveOutGetPosition()
  50. GoodWavePos=1
  51.  
  52. ; WaveBlocks=#  (2<=#<=6) the number of ping pong buffers to use
  53. ; default=3
  54. WaveBlocks=3
  55.  
  56. ; WaveBlockLen=#  min = 512 max = 4096
  57. ;   if a number is not specified Wavemix.dll will try to determine a size
  58. ;
  59. WaveBlockLen=1600
  60.  
  61. ; SamplesPerSec=11 (11.025 Khz) (default)
  62. ;=22 (22.04  KHz)
  63. ;=44 (44.1   KHz)
  64. SamplesPerSec=11
  65.  
  66. [not compatible]
  67. ; sound drivers that are not compatible with wavemix.dll can be added here
  68. ; (the=1 is necessary).  One of the major conflicts occur with the PC Speaker
  69. ; drivers.  The wavemix.dll will only work with devices that support asynchronous
  70. ; operation - most of the pc speaker drivers are synchronous.  The name of the devices
  71. ; can be easily seen by setting ShowDevices=1 in the [general] section and then running
  72. ; a program which uses the wavemixer.  One major problem with some of the pc speaker
  73. ; drivers is that they report that they are asynchronous when they are really not.
  74.  
  75. BuggyElectronics sound driver=1
  76.  
  77. [No Low Level]
  78. ; sound manager will not mix sounds and will play
  79. ; all sounds asynchroneously at this drivers.
  80. Wave driver for PC Speaker=1
  81.